home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / elkmoon.dir / 00058.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  233 b   |  14 lines

  1. on startMovie
  2.   set the stageColor to 255
  3.   set the exitLock to 1
  4. end
  5.  
  6. on blackFrame
  7.   repeat with x = 1 to 48
  8.     set the locV of sprite x to -500
  9.   end repeat
  10.   puppetTransition(50, 0, 12)
  11.   updateStage()
  12.   puppetTransition(0)
  13. end
  14.